
  

  
  

  
  
  
  
    


@layer base {
  
  body, :host {
    /* Color */
    --grey-50: #FAFAFA;
--grey-100: #F5F5F5;
--grey-200: #E5E5E5;
--grey-300: #D4D4D4;
--grey-400: #A3A3A3;
--grey-500: #737373;
--grey-600: #525252;
--grey-700: #404040;
--grey-800: #262626;
--grey-900: #171717;
--red-50: #FEF2F2;
--red-100: #FEE2E2;
--red-200: #FECACA;
--red-300: #FCA5A5;
--red-400: #F87171;
--red-500: #EF4444;
--red-600: #DC2626;
--red-700: #B91C1C;
--red-800: #991B1B;
--red-900: #7F1D1D;
--blue-50: #EFF6FF;
--blue-100: #DBEAFE;
--blue-200: #BFDBFE;
--blue-300: #93C5FD;
--blue-400: #60A5FA;
--blue-500: #3B82F6;
--blue-600: #2563EB;
--blue-700: #1D4ED8;
--blue-800: #1E40AF;
--blue-900: #1E3A8A;
--lime-50: #F7FEE7;
--lime-100: #ECFCCB;
--lime-200: #D9F99D;
--lime-300: #BEF264;
--lime-400: #A3E635;
--lime-500: #84CC16;
--lime-600: #65A30D;
--lime-700: #4D7C0F;
--lime-800: #3F6212;
--lime-900: #365314;
--pink-50: #FDF2F8;
--pink-100: #FCE7F3;
--pink-200: #FBCFE8;
--pink-300: #F9A8D4;
--pink-400: #F472B6;
--pink-500: #EC4899;
--pink-600: #DB2777;
--pink-700: #BE185D;
--pink-800: #9D174D;
--pink-900: #831843;
--teal-50: #F0FDFA;
--teal-100: #CCFBF1;
--teal-200: #99F6E4;
--teal-300: #5EEAD4;
--teal-400: #2DD4BF;
--teal-500: #14B8A6;
--teal-600: #0D9488;
--teal-700: #0F766E;
--teal-800: #115E59;
--teal-900: #134E4A;
--green-50: #ECFDF5;
--green-100: #D1FAE5;
--green-200: #A7F3D0;
--green-300: #6EE7B7;
--green-400: #34D399;
--green-500: #10B981;
--green-600: #059669;
--green-700: #047857;
--green-800: #065F46;
--green-900: #064E3B;
--purple-50: #F5F3FF;
--purple-100: #EDE9FE;
--purple-200: #DDD6FE;
--purple-300: #C4B5FD;
--purple-400: #A78BFA;
--purple-500: #8B5CF6;
--purple-600: #7C3AED;
--purple-700: #6D28D9;
--purple-800: #5B21B6;
--purple-900: #4C1D95;
--drf-white: #FFFFFF;
--drf-primary: #151A30;
--drf-primary-low: #242e547a;
--drf-primary-25: #F8F8F8;
--purple-1500: #22839540;
--drf-grey: #E9EAEE;
--drf-link-color: #5E1E96;
--drf-select: #2283951A;
--drf-link-light: #efe9f5;
--gad-secondary: #FA6980;
--gad-fonts: #151A30;
--gad-button-light: #F8F8F8;
--gad-border-unselected: #151A3040;
--yellow-50: #FFFBEB;
--yellow-100: #FEF3C7;
--yellow-200: #FDE68A;
--yellow-300: #FCD34D;
--yellow-400: #FBBF24;
--yellow-500: #F59E0B;
--yellow-600: #D97706;
--yellow-700: #B45309;
--yellow-800: #92400E;
--yellow-900: #78350F;
--LoopRX-primary: #242E54;
--LoopRX-bgclr-light: #E9EFFF;
--LoopRX-grey: #F8F8F8;
    /* Fonts */
    --font-sans: 'Inter',sans-serif;
--font-orbitron: 'Orbitron',sans-serif;
--font-sharetechmono: 'Share Tech Mono',monospace;

    /* Font size */
    --font-size-xxs: 0.625rem;
--font-size-xs: 0.75rem;
--font-size-sm: 0.875rem;
--font-size-base: 1rem;
--font-size-lg: 1.125rem;
--font-size-xl: 1.25rem;
--font-size-2xl: 1.5rem;
--font-size-3xl: 1.875rem;
--font-size-4xl: 2.25rem;
--font-size-5xl: 3rem;
    /* Font weight */
    --font-weight-thin: 100;
--font-weight-lighter: 200;
--font-weight-light: 300;
--font-weight-regular: 400;
--font-weight-normal: 500;
--font-weight-bold: 700;
--font-weight-semi-bold: 600;
--font-weight-bolder: 800;
--font-weight-black: 900;
    /* Shadows */
    --shadow-sm:  0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-base:  0 1px 3px 0 rgba(0, 0, 0, 0.25), 0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-md:  0 4px 6px -1px rgba(0, 0, 0, 0.25), 0 2px 4px -1px rgba(0, 0, 0, 0.25);
--shadow-lg:  0 10px 15px -3px rgba(0, 0, 0, 0.25), 0 4px 6px -2px rgba(0, 0, 0, 0.25);
--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.25), 0 10px 10px -5px rgba(0, 0, 0, 0.25);
--shadow-2xl:  0 25px 50px -12px rgba(0, 0, 0, 0.25);
    /* Border radius */
    
    /* Spacing */
    
    /* Z-index */
    
  }
  @keyframes animation-spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  @keyframes animation-fade-in {
    from {
      opacity:0;
    }
    to {
      opacity:1;
    }
  }
  @keyframes animation-fade-out {
    from {
      opacity:1;
    }
    to {
      opacity:0;
    }
  }
}


    .drOoEU {
      flex:1;
      width:100%;
      height:100%;
      flex-grow:1;
      align-items:center;
      justify-content:space-between;
      background-color:var(--drf-white, #FFFFFF);
    }

    .bCTAa-d {
      width:100%;
      align-items:center;
      justify-content:start;
    }

    .fewqfa {
      color:var(--drf-primary, #228395);
      font-size:28px;
      font-family:CircularStd, sans-serif;
      font-weight:var(--font-weight-bold);
      line-height:39px;
    }

    .fAzhom {
      gap:24px;
      width:100%;
      flex-grow:1;
      max-width:600px;
      align-items:start;
      justify-content:center;
    }

    .dLtuwH {
      width:100%;
      flex-direction:row;
    }

    .cXaFWO {
      color:var(--drf-primary, #228395);
      display:flex;
      font-size:16px;
      font-family:CircularStd, sans-serif;
      font-weight:500;
      line-height:22px;
      flex-direction:column;
    }

    .bKXlOv {
      gap:10px;
      color:var(--drf-primary, #151A30);
      width:100%;
      cursor:pointer;
      display:flex;
      align-items:center;
      padding-top:16px;
      border-color:#151A3040;
      border-style:solid;
      border-width:0.5px;
      padding-left:16px;
      padding-right:16px;
      flex-direction:row;
      padding-bottom:16px;
      justify-content:start;
      background-color:#ffffff;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .bKXlOv.selected {
      border-color:var(--drf-primary, #151A30);
      border-style:solid;
      border-width:1px;
      background-color:var(--drf-select, #F4FAFB);
    }

    @media (max-width: 550px) {

    .bKXlOv {
      align-items:start;
      padding-top:20px;
      padding-left:20px;
      padding-right:20px;
      padding-bottom:20px;
      justify-content:center;
    }
    }

    .dVzzDh {
      flex:1;
      display:flex;
      font-size:16px;
      font-family:Inter, sans-serif;
      font-weight:var(--font-weight-normal);
      flex-direction:column;
    }

    .Retail-Screen-2\:-_waiP71xmYXhk6-bfvYr {
      flex:1;
    }

    .eSeNnW {
      font-size:36px;
      font-weight:var(--font-weight-bold);
    }

    .vSSmT {
      width:100%;
      align-items:center;
      flex-direction:row;
      justify-content:space-between;
    }

    .mMtiq {
      display:none;
      position:relative;
      flex-direction:row;
    }

    .dEYloQ {
      height:100%;
      opacity:1;
      background-color:var(--drf-blue, #004BA8);
    }

    .ogpjV {
      gap:10px;
      width:100%;
    }

    .eZWKYn {
      color:var(--drf-primary, #242E54);
      width:100%;
      height:192px;
      font-size:16px;
      font-family:CircularStd, sans-serif;
      font-weight:var(--font-weight-normal);
      padding-top:20px;
      padding-left:20px;
      border-radius:6px;
      padding-right:20px;
      padding-bottom:20px;
      background-color:var(--gad-button-light, #F8F8F8);
    }

    .eZWKYn::placeholder {
      color:#242e54a3;
      font-size:16px;
      font-weight:var(--font-weight-normal);
    }

    .dCjCXb {
      gap:10px;
      color:var(--gad-border-unselected, #151A3040);
      width:fit-content;
      cursor:pointer;
      font-size:18px;
      align-items:center;
      font-weight:500;
      line-height:23.4px;
      padding-top:14px;
      padding-left:14px;
      border-radius:6px;
      padding-right:14px;
      flex-direction:row;
      padding-bottom:14px;
      justify-content:start;
      background-color:var(--drf-white, #FFFFFF);
    }

    .mdHpZ {
      gap:24px;
      width:100%;
      display:flex;
    }

    .djQmkN {
      gap:24px;
      width:100%;
      flex-grow:1;
      max-width:600px;
      align-items:start;
      padding-left:20px;
      padding-right:20px;
      justify-content:center;
    }

    .GLgxK {
      gap:10px;
      width:100%;
      flex-direction:row;
    }

    .fzuWFh {
      gap:10px;
      color:var(--drf-white, #FFFFFF);
      width:fit-content;
      cursor:pointer;
      font-size:18px;
      align-items:center;
      font-weight:500;
      line-height:23.4px;
      padding-top:14px;
      border-color:var(--gad-secondary, #CE3E84);
      border-style:solid;
      border-width:2px;
      padding-left:40px;
      border-radius:6px;
      padding-right:40px;
      flex-direction:row;
      padding-bottom:14px;
      justify-content:start;
      background-color:var(--gad-secondary, #CE3E84);
    }

    .fkVoCr {
      gap:24px;
      width:100%;
      display:flex;
      flex-grow:1;
      max-width:600px;
      align-items:center;
      padding-left:20px;
      padding-right:20px;
      justify-content:center;
    }

    .dwOEhF {
      gap:12px;
    }

    .fpMwbr {
      color:#242E54;
      font-size:54px;
      font-weight:450;
      line-height:100%;
    }

    .fcyOKV {
      min-width:0px;
    }

    .fusjna {
      flex:1;
      color:var(--drf-primary, #228395);
      font-size:18px;
      font-weight:400;
      line-height:23.4px;
      padding-top:18px;
      border-color:var(--grey-300, #D4D4D4);
      border-style:solid;
      border-width:1px;
      padding-left:20px;
      padding-right:20px;
      padding-bottom:18px;
      background-color:#ffffff;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .fusjna::placeholder {
      color:var(--drf-primary-low, #0A4D5A80);
    }

    .fusjna:focus-visible {
      border-color:var(--drf-primary, #228395);
      border-style:solid;
      border-width:1px;
    }

    .Retail-Screen-2\:1ANN6-XTmm9qa820DN_pv {
      flex:1;
    }

    .Retail-Screen-2\:1Oo5ke8b7dbntcvgncX-7 {
      flex:1;
    }

    .cygcTs {
      width:100%;
      display:flex;
      background:#ffffff;
      align-items:center;
      justify-content:center;
    }

    .feWrrV {
      width:100%;
      display:flex;
      align-items:center;
      justify-content:center;
    }

    .dlJIpO {
      width:100%;
      display:flex;
      row-gap:20px;
      column-gap:20px;
      align-items:flex-start;
      flex-direction:row;
      justify-content:center;
    }

    @media (max-width: 768px) {

    .dlJIpO {
      display:flex;
      align-items:center;
      flex-direction:column;
      justify-content:flex-start;
    }
    }

    .eRFOER {
      gap:8px;
      flex:1;
      color:var(--drf-white, #FFFFFF);
      height:106px;
      align-items:center;
      border-radius:8px;
      justify-content:center;
      background-color:var(--drf-primary, #242E54);
    }

    .NuEsF {
      width:100%;
      height:fit-content;
      opacity:1;
      z-index:999;
      position:relative;
      transition:translate 300ms ease 300ms normal, opacity 300ms ease 300ms normal, z-index 300ms ease 300ms normal;
      align-items:center;
      border-radius:17px;
      justify-content:center;
      background-color:var(--drf-white, #FFFFFF);
    }

    @media (max-width: 550px) {

    .NuEsF {
      align-items:center;
      padding-bottom:20px;
      justify-content:start;
    }
    }

    .NuEsF {
      
    @starting-style {
      opacity:0;
    }
    }

    .Retail-Screen-2\:1f29kxsMUseuEfjZJT2Xu {
      display:none;
      align-items:center;
      flex-shrink:1;
      padding-left:20px;
      padding-right:20px;
      justify-content:center;
    }

    .eWKopY {
      width:100%;
      height:25vh;
      object-fit:cover;
      border-radius:16px;
    }

    @media (max-width: 768px) and (min-width: 430px) {

    .eWKopY {
      width:400px;
    }
    }

    @media (max-width: 430px) {

    .eWKopY {
      width:300px;
    }
    }

    .dtlJQl {
      color:#151A30;
      font-size:14px;
      font-family:Inter, sans-serif;
      font-weight:500;
      line-height:20px;
    }

    .RdBxP {
      width:auto;
      display:flex;
      row-gap:2px;
      column-gap:2px;
      flex-direction:row;
    }

    .hcSXG {
      color:var(--drf-primary, #228395);
      font-size:18px;
      margin-top:16px;
      font-family:CircularStd, sans-serif;
      font-weight:500;
      line-height:normal;
      margin-bottom:24px;
    }

    .jdumX {
      text-decoration-line:underline;
    }

    .cZRHwk {
      font-size:18px;
    }

    .Retail-Screen-2\:2UB0xZLQOiOrJ0o43hytx {
      align-items:center;
      flex-shrink:1;
      padding-left:0px;
      padding-right:0px;
      justify-content:start;
    }

    .cbRHmP {
      gap:10px;
    }

    .dPMiEW {
      gap:10px;
      flex:1;
      padding-top:0px;
      padding-left:0px;
      padding-right:0px;
      padding-bottom:0px;
    }

    .Retail-Screen-2\:2zIwKpYGjtLoJkNrVMvI9 {
      flex:1;
    }

    .caAnGB {
      gap:10px;
      width:100%;
      display:flex;
      align-items:center;
      justify-content:flex-start;
    }

    .cQZeAY {
      color:var(--drf-primary, #242E54);
      font-size:14px;
      font-family:CircularStd, sans-serif;
      font-weight:var(--font-weight-normal);
    }

    .bkCmdt {
      gap:24px;
      width:100%;
      height:100%;
      flex-grow:1;
      overflow-y:auto;
      align-items:center;
      padding-top:10vh;
      padding-left:30px;
      padding-right:30px;
      padding-bottom:10vh;
      justify-content:center;
      background-color:var(--drf-white, #FFFFFF);
    }

    @media (max-width: 550px) {

    .bkCmdt {
      align-items:start;
      justify-content:start;
    }
    }

    .pZdkq {
      cursor:pointer;
      text-decoration-line: underline;
    }

    .fjFnkv {
      gap:8px;
      flex-direction:row;
    }

    .cNCLOz {
      gap:24px;
      width:100%;
      flex-direction:row;
    }

    .egPbfR {
      gap:10px;
      width:50%;
      display:flex;
      align-items:center;
      justify-content:flex-start;
    }

    .AFCau {
      gap:24px;
      width:100%;
    }

    .buQLdW {
      gap:24px;
      width:100%;
      display:flex;
      flex-grow:1;
      max-width:600px;
      align-items:center;
      justify-content:center;
    }

    .ezmHuG {
      :;
      color:#F4FAFB;
      cursor:pointer;
      height:40px;
      font-size:16px;
      background:var(--gad-secondary);
      align-items:center;
      font-weight:400;
      padding-top:10px;
      border-radius:6px;
      padding-bottom:10px;
      justify-content:center;
    }

    .tIKBL {
      flex:1;
      color:#242E54;
      display:flex;
      font-size:14px;
      font-family:CircularStd, sans-serif;
      font-weight:500;
      line-height:normal;
      flex-direction:column;
    }

    .Retail-Screen-2\:4PxjuRsg0nwe8fm45KBAk {
      align-items:center;
      justify-content:center;
    }

    .dHsJTN {
      gap:24px;
      width:100%;
      max-width:600px;
      align-items:start;
      padding-left:0px;
      padding-right:0px;
      justify-content:center;
      background-color:var(--drf-white, #FFFFFF);
    }

    .pyFZv {
      width:317px;
      display:flex;
      background:#ffffff;
      align-items:center;
      justify-content:center;
    }

    .dhgocC {
      gap:8px;
      color:var(--drf-white, #FFFFFF);
      cursor:pointer;
      font-size:18px;
      align-items:center;
      font-weight:500;
      line-height:23.4px;
      padding-top:14px;
      padding-left:24px;
      border-radius:6px;
      padding-right:24px;
      flex-direction:row;
      padding-bottom:14px;
      justify-content:center;
      background-color:var(--gad-secondary);
    }

    .dhgocC.outline {
      color:var(--gad-secondary, #CE3E84);
      border-color:var(--gad-secondary, #CE3E84);
      border-style:solid;
      border-width:1px;
      background-color:var(--drf-white, #FFFFFF);
    }

    .dhgocC.disabled {
      cursor:not-allowed;
      opacity:0.3;
    }

    @media (max-height: 550px) {

    .dhgocC {
      font-size:16px;
    }
    }

    .eHistY {
      gap:8px;
      font-family:Inter, sans-serif;
      flex-direction:row;
    }

    .Retail-Screen-2\:4p9-_vC5FR3xB2igiBtQ5 {
      padding-top:20px;
    }

    .Retail-Screen-2\:4woZCxYNgbfRLwRf6rIkB {
      flex:1;
    }

    .boRDIr {
      width:30%;
      flex-direction:column;
    }

    .cnbinX {
      color:var(--drf-primary, #228395);
      font-size:30px;
      font-family:CircularStd, sans-serif;
      font-weight:var(--font-weight-bold);
      line-height:39px;
    }

    .Retail-Screen-2\:5dLsg8WDtwZ3uVF0mJCv3 {
      flex:1;
    }

    .FQbWE {
      gap:12px;
      flex:1;
      color:var(--drf-primary, #242E54);
      height:106px;
      align-items:center;
      padding-top:16px;
      border-radius:8px;
      padding-bottom:16px;
      justify-content:center;
      background-color:var(--gad-button-light, #F8F8F8);
    }

    .czXsDh {
      gap:30px;
      width:100%;
      display:flex;
      flex-grow:1;
      max-width:600px;
      align-items:start;
      flex-direction:column;
      justify-content:start;
      background-color:#ffffff;
    }

    .eeruTk {
      width:300px;
      align-items:start;
      justify-content:center;
    }

    .foqYiZ {
      align-items:start;
      flex-direction:column;
      justify-content:start;
    }

    .eIuBN {
      font-size:12px;
      font-weight:500;
      padding-left:10px;
      padding-right:10px;
      flex-direction:row;
    }

    .bqRdis {
      color:var(--drf-white, #FFFFFF);
      font-size:18px;
      align-items:center;
      font-weight:400;
      line-height:23.4px;
      padding-top:6px;
      padding-left:6px;
      border-radius:6px;
      padding-right:6px;
      flex-direction:row;
      padding-bottom:6px;
      justify-content:start;
      background-color:var(--red-800, #991B1B);
    }

    .cIRsGM {
      color:var(--drf-primary, #242E54);
      display:flex;
      font-size:16px;
      font-weight:500;
      line-height:22px;
      flex-direction:column;
    }

    .fyYTui {
      color:var(--drf-primary, #242E54);
      display:inline-block;
      font-size:24px;
      font-weight:500;
      line-height:39px;
    }

    .sOkGK {
      color:var(--drf-primary, #242E54);
      display:flex;
      font-size:14px;
      font-weight:500;
      line-height:22px;
      flex-direction:column;
    }

    .cpOQSG {
      gap:24px;
    }

    .eBzrOi {
      gap:24px;
      width:100%;
      align-items:center;
      justify-content:center;
    }

    .ftZUJG {
      gap:24px;
      width:100%;
      max-width:600px;
      align-items:start;
      justify-content:center;
    }

    .cxiXPd {
      gap:10px;
      width:100%;
      flex-direction:column;
      background-color:#ffffff;
    }

    .JvZIa {
      display:none;
    }

    .dYyIGN {
      border-radius:6px;
      background-color:#242e541a;
    }

    .dqPafl {
      color:var(--grey-200, #E5E5E5);
      width:101px;
      cursor:pointer;
      height:56px;
      display:none;
      font-size:16px;
      font-weight:500;
      padding-top:8px;
      padding-left:8px;
      border-radius:40px;
      padding-right:8px;
      padding-bottom:8px;
      background-color:#cf3d84;
    }

    .dqPafl:hover {
      background-color:var(--blue-500, #3B82F6);
    }

    .elyJlH {
      color:inherit;
      display:inline-block;
      font-size:14px;
      font-weight:500;
      padding-top:14px;
      padding-left:18px;
      padding-right:18px;
      padding-bottom:14px;
    }

    .HTKQC {
      gap:10px;
      background-color:#ffffff;
    }

    .Retail-Screen-2\:5lw9HDzXEy1-hsBHHrV4- {
      display:none;
    }

    .sqRZZ {
      color:transparent;
      width:100%;
      font-size:40px;
      font-weight:600;
      line-height:150%;
      background-clip:text;
      background-image:linear-gradient(93.13deg, #151A30 -7.43%, #475FCA 45.7%);
      -webkit-background-clip:text;
    }

    @media (max-width: 520px) {

    .sqRZZ {
      font-size:36px;
      line-height:125%;
    }
    }

    .dKWMdM {
      font-size:14px;
    }

    .dxRhOx {
      width:232px;
      height:232px;
    }

    .Retail-Screen-2\:6IeW72WuYKlXn1oNid1i8 {
      width:100%;
    }

    .djraLb {
      color:#242E54;
      font-size:18px;
      font-weight:900;
      line-height:100%;
    }

    .esVkuW {
      width:317px;
      height:148px;
      display:flex;
      row-gap:10px;
      background:#E9EFFF;
      column-gap:10px;
      align-items:center;
      padding-top:20px;
      padding-left:20px;
      padding-right:20px;
      flex-direction:column;
      padding-bottom:20px;
      justify-content:center;
      border-top-left-radius:11.59px;
      border-top-right-radius:11.59px;
      border-bottom-left-radius:11.59px;
      border-bottom-right-radius:11.59px;
    }

    .Retail-Screen-2\:70k_ceXN2NzjKS6ViatDk {
      width:100%;
    }

    .Retail-Screen-2\:7Bz6UOfFOQ5tvzMT8yQ8g {
      display:flex;
      padding-left:20px;
      padding-right:20px;
      flex-direction:column;
    }

    .Retail-Screen-2\:7LjR2Li5mambfb1TGLMeT {
      align-items:center;
      padding-left:20px;
      padding-right:20px;
      justify-content:center;
    }

    .fcVMfJ {
      gap:10px;
      color:var(--drf-primary, #228395);
      z-index:100;
      font-size:18px;
      background:#F8F8F8;
      align-items:center;
      font-weight:500;
      line-height:23.4px;
      padding-top:40px;
      border-color:var(--drf-primary-25, #22839540);
      border-style:solid;
      border-width:1px;
      padding-left:40px;
      border-radius:6px;
      padding-right:40px;
      flex-direction:row;
      padding-bottom:40px;
      justify-content:center;
    }

    @media (max-width: 590px) {

    .fcVMfJ {
      padding-left:90px;
      padding-right:90px;
    }
    }

    .qVXym {
      color:#242E54;
      font-size:18px;
      font-weight:900;
      line-height:100%;
      margin-right:4px;
    }

    .eILLAj {
      gap:24px;
      width:100%;
      height:100%;
      flex-grow:1;
      align-items:center;
      justify-content:center;
      background-color:var(--drf-white, #FFFFFF);
    }

    @media (max-width: 550px) {

    .eILLAj {
      align-items:start;
      justify-content:start;
    }
    }

    .csujKe {
      color:var(--drf-primary, #228395);
      font-size:30px;
      font-weight:var(--font-weight-bold);
      line-height:39px;
    }

    .Retail-Screen-2\:7vG6kIQjKOUy_QnVl5YHU {
      width:100%;
    }

    .Retail-Screen-2\:80wwkhgK6FcE73q4WHGSC {
      align-items:center;
      flex-shrink:1;
      padding-left:0px;
      padding-right:0px;
      justify-content:start;
    }

    .Retail-Screen-2\:8KAioKHrDuD_vf9D5RcXN {
      align-items:center;
      flex-shrink:1;
      padding-left:0px;
      padding-right:0px;
      justify-content:start;
    }

    .hnmo {
      width:100%;
      height:35vh;
      object-fit:cover;
      align-items:center;
      justify-content:flex-start;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .Retail-Screen-2\:8UpsqdeL2kPTotZ9i7J0I {
      padding-left:20px;
      padding-right:20px;
    }

    @media (max-width: 550px) {

    .Retail-Screen-2\:8UpsqdeL2kPTotZ9i7J0I {
      padding-top:10vh;
    }
    }

    .Retail-Screen-2\:8jZqEC_8A19fmdD5V7PCq {
      align-items:center;
      padding-left:20px;
      padding-right:20px;
      justify-content:center;
    }

    .Retail-Screen-2\:8jp9KNYhtIQmI6vyYzS1R {
      cursor:pointer;
    }

    .enPKii {
      flex:1;
      color:var(--drf-primary, #228395);
      display:flex;
      font-size:16px;
      font-family:CircularStd, sans-serif;
      font-weight:500;
      line-height:22px;
      flex-direction:column;
    }

    .erIGGX {
      width:50%;
      flex-direction:column;
    }

    .Retail-Screen-2\:93O4Qqpr8fGl2ulwpbML5 {
      flex:1;
    }

    .Retail-Screen-2\:95yxtpFEiHmHkAqHFrPiH {
      align-items:center;
      flex-shrink:1;
      padding-left:20px;
      padding-right:20px;
      justify-content:center;
    }

    .dNUxqS {
      color:var(--drf-primary, #242E54);
      width:100%;
      bottom:-100px;
      position:absolute;
      align-items:center;
      padding-top:16px;
      border-color:var(--gad-secondary, #CE3E84);
      border-style:solid;
      border-width:1px;
      padding-left:16px;
      border-radius:4px;
      padding-right:16px;
      flex-direction:row;
      padding-bottom:16px;
      justify-content:center;
      background-color:#FBECF3;
    }

    .Retail-Screen-2\:9Gxq2jS8wZpRNukniA0Qy {
      align-items:center;
      flex-shrink:1;
      padding-left:0px;
      padding-right:0px;
      justify-content:start;
    }

    .Retail-Screen-2\:9K_MmZ9cBq_ftKX3ETa4- {
      align-items:center;
      padding-left:20px;
      padding-right:20px;
      justify-content:center;
    }

    .ydaB {
      color:#00000080;
      align-items:center;
      padding-top:12px;
      border-color:var(--grey-300, #D4D4D4);
      border-style:solid;
      border-width:1px;
      padding-left:12px;
      padding-right:12px;
      padding-bottom:12px;
      justify-content:center;
      background-color:var(--gad-button-light);
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    @media (max-width: 550px) {
    }

    .dxktpY {
      top:0px;
      width:100%;
      height:10vh;
      display:flex;
      opacity:1;
      z-index:2000;
      position:relative;
      transition:all 300ms ease 300ms;
      align-items:center;
      padding-left:20px;
      outline-style:none;
      padding-right:20px;
      flex-direction:column;
      justify-content:center;
    }

    @media (max-width: 550px) {
    }

    .dxktpY {
      
    @starting-style {
      opacity:0;
      transition:all 300ms ease 300ms ;
    }
    }

    .bWSLzE {
      width:100%;
      display:flex;
      flex-direction:column;
      row-gap:10px;
      column-gap:10px;
    }

    .Retail-Screen-2\:ANyvKVHRr1fytXukmMqri {
      align-items:center;
      flex-shrink:1;
      padding-left:20px;
      padding-right:20px;
      justify-content:start;
    }

    .dUaTep {
      gap:8px;
      flex:1;
      min-width:0px;
    }

    .beujBY {
      background:white;
      padding-top:20px;
      padding-left:20px;
      padding-right:20px;
      padding-bottom:20px;
      border-top-left-radius:8px;
      border-top-right-radius:8px;
      border-bottom-left-radius:8px;
      border-bottom-right-radius:8px;
    }

    .mfGqr {
      flex:1;
      width:100%;
      height:100%;
      display:flex;
      z-index:2009;
      position:absolute;
      align-items:center;
      flex-direction:column;
      justify-content:center;
      background-color:#0000002e;
    }

    .WYDFi {
      width:317px;
      display:flex;
      align-items:center;
      justify-content:center;
    }

    .Retail-Screen-2\:C1eIQySQLXxMjFbdPT5KA {
      align-items:center;
      padding-top:50px;
      padding-left:20px;
      padding-right:20px;
      padding-bottom:50px;
      justify-content:center;
    }

    .dcNkGU {
      color:#242E5480;
      font-size:28px;
      font-family:CircularStd, sans-serif;
      font-weight:var(--font-weight-bold);
    }

    .fDQyYP {
      :;
      color:var(--drf-primary);
      cursor:pointer;
      height:40px;
      font-size:16px;
      background:#E9EFFF;
      align-items:center;
      font-weight:400;
      padding-top:10px;
      padding-left:30px;
      border-radius:6px;
      padding-right:30px;
      padding-bottom:10px;
      justify-content:center;
    }

    .Retail-Screen-2\:DTiDacc-MCFS5xyy-NGNK {
      align-items:center;
      flex-shrink:1;
      padding-left:0px;
      padding-right:0px;
      justify-content:start;
    }

    .fuUCnc {
      color:#151A30;
      font-size:14px;
      text-align:justify;
      font-family:Inter, sans-serif;
      font-weight:500;
      line-height:20px;
    }

    .davHfN {
      gap:12px;
      width:100%;
      display:flex;
      align-items:flex-start;
      flex-direction:row;
      justify-content:flex-start;
    }

    .Retail-Screen-2\:EZv_d4KQJ5qFc8D4LiXr- {
      flex:1;
    }

    .bFpGuW {
      gap:10px;
      flex:1;
      width:100%;
      flex-direction:row;
    }

    .Retail-Screen-2\:EiiGY7Wl77p-aaMqJoUex {
      flex:1;
    }

    .cRVYZU {
      gap:10px;
      color:var(--drf-white, #FFFFFF);
      width:100%;
      cursor:pointer;
      font-size:18px;
      align-items:center;
      font-family:CircularStd, sans-serif;
      font-weight:500;
      line-height:23.4px;
      padding-top:16px;
      border-color:var(--gad-secondary, #CE3E84);
      border-style:solid;
      border-width:2px;
      padding-left:24px;
      border-radius:50px;
      margin-bottom:10px;
      padding-right:24px;
      flex-direction:row;
      padding-bottom:16px;
      justify-content:center;
      background-color:var(--gad-secondary, #CE3E84);
    }

    .bsTfFx {
      color:var(--drf-primary, #242E54);
      font-size:14px;
      font-weight:var(--font-weight-normal);
    }

    .bAqRQl {
      gap:24px;
      width:100%;
      max-width:600px;
    }

    .eRwVzE {
      font-size:14px;
      font-family:Inter, sans-serif;
      font-weight:400;
      line-height:105%;
      padding-top:10px;
      padding-bottom:10px;
    }

    .cCcTt {
      width:100%;
      display:flex;
      align-items:flex-start;
      flex-direction:row;
      justify-content:space-between;
    }

    .Retail-Screen-2\:GRL9UZ8GDy4kubQPROz3P {
      flex:1;
    }

    .Retail-Screen-2\:GsQu44BhoeFhe7C8OYyvN {
      flex:1;
    }

    .Retail-Screen-2\:H8_0EdWyfudsPN_363XCQ {
      align-items:center;
      flex-shrink:1;
      padding-left:20px;
      padding-right:20px;
      justify-content:start;
    }

    .cxAhot {
      width:80%;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    @media (max-width: 560px) {

    .cxAhot {
      width:100%;
    }
    }

    .qnnOa {
      gap:24px;
      width:100%;
      flex-grow:1;
      max-width:600px;
      align-items:start;
      justify-content:center;
      background-color:var(--drf-white, #FFFFFF);
    }

    .vacaF {
      color:#242E54;
      font-size:12px;
      font-weight:700;
      line-height:100%;
    }

    .Retail-Screen-2\:HcefJvcMLbyZprxRjntGq {
      flex:1;
    }

    .Retail-Screen-2\:HhcHrRq_T8eDmqTRzIow_ {
      cursor:pointer;
    }

    .Retail-Screen-2\:Hk5LBa_w1pjn2wM8u1B0m {
      align-items:center;
      padding-left:20px;
      padding-right:20px;
      justify-content:center;
    }

    .Retail-Screen-2\:Hur_APs2BlIoOSwzE-rx8 {
      width:100%;
    }

    .ecKeox {
      color:var(--grey-500, #737373);
      font-size:30px;
      font-family:CircularStd, sans-serif;
      font-weight:500;
      line-height:39px;
    }

    .Retail-Screen-2\:IOKcq6XYOrV7hASRd3Vp0 {
      width:100%;
    }

    .eKWZzu {
      display:flex;
      align-items:center;
      justify-content:flex-start;
    }

    .bClriH {
      gap:24px;
      width:100%;
      display:flex;
      flex-grow:1;
      max-width:600px;
      align-items:flex-start;
      padding-top:30px;
      padding-bottom:30px;
      justify-content:center;
    }

    .Retail-Screen-2\:J07kbA9sDjIDPVL5J242P {
      width:100%;
      flex-direction:row;
    }

    .fBFywj {
      flex-direction:column;
    }

    .fxHiLu {
      gap:10px;
      flex:1;
      min-width:0px;
    }

    .evSLy {
      padding-left:5px;
      padding-right:5px;
      text-decoration-line:underline;
    }

    .Retail-Screen-2\:JmWMa_Bv3g6AmB-hVRlV- {
      flex:1;
    }

    .czxITo {
      gap:24px;
      width:100%;
      display:flex;
      flex-grow:1;
      max-width:600px;
      align-items:flex-start;
      padding-left:20px;
      padding-right:20px;
      justify-content:center;
    }

    .igtjA {
      color:#242E5480;
      font-size:14px;
      font-family:CircularStd, sans-serif;
      font-weight:500;
      line-height:20px;
      padding-top:10px;
      padding-bottom:10px;
    }

    .bbkaxc {
      color:#242E54;
      font-size:18px;
      font-weight:900;
      line-height:100%;
      padding-right:5px;
    }

    .Retail-Screen-2\:L11To8JRseNZZshxgTQU4 {
      cursor:pointer;
    }

    .fpRvFR {
      width:100%;
      cursor:pointer;
      height:100%;
      position:fixed;
    }

    .bQqAUu {
      gap:10px;
      width:80%;
      display:flex;
      align-items:center;
      justify-content:flex-start;
    }

    .Retail-Screen-2\:M-e2f62XfgH5U8zYWVV-t {
      flex:1;
    }

    .bsFHFy {
      gap:20px;
    }

    .cYgwzQ {
      display:flex;
      row-gap:6px;
      column-gap:6px;
      margin-bottom:24px;
      flex-direction:row;
    }

    .Retail-Screen-2\:MaCXSykhLCaOrVHLsZr5T {
      align-items:center;
      flex-shrink:1;
      padding-left:0px;
      padding-right:0px;
      justify-content:start;
    }

    .Retail-Screen-2\:MqUFtm6udP3j7fkAbnJ7s {
      align-items:center;
      padding-left:0px;
      padding-right:0px;
      justify-content:center;
    }

    .bsNTzQ {
      gap:24px;
      width:100%;
      display:none;
    }

    .Retail-Screen-2\:NMsh_IXNPXMIp5ch-7ud0 {
      align-items:center;
      flex-shrink:1;
      padding-left:0px;
      padding-right:0px;
      justify-content:start;
    }

    .fEOnSr {
      flex:1;
      width:100%;
      height:100%;
      opacity:0;
      z-index:100;
      position:absolute;
      background-color:var(--drf-blue, #004BA8);
    }

    .elFenU {
      font-weight:var(--font-weight-normal);
    }

    .Retail-Screen-2\:NwW8EsReJbyET4OI6J2qS {
      align-items:center;
      flex-shrink:1;
      padding-left:20px;
      padding-right:20px;
      justify-content:center;
    }

    .dMNcLI {
      color:var(--drf-primary, #228395);
      min-width:0px;
    }

    .dMNcLI.class {
      border-color:#fa0000;
      border-style:solid;
      border-width:1px;
      background-color:var(--red-400, #F87171);
    }

    .cxfPQw {
      flex:1;
      color:var(--drf-primary, #228395);
      font-size:18px;
      background:#ffffff;
      font-weight:400;
      line-height:23.4px;
      padding-top:18px;
      border-color:var(--grey-300, #D4D4D4);
      border-style:solid;
      border-width:1px;
      padding-left:20px;
      padding-right:20px;
      padding-bottom:18px;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .cxfPQw::placeholder {
      color:var(--drf-primary-low, #0A4D5A80);
    }

    .Retail-Screen-2\:Ny1cssMsNQ_RNv3HCSFZh {
      flex:1;
    }

    .Retail-Screen-2\:O7_eqXwTLTbEH0n22WuhZ {
      flex:1;
    }

    .Retail-Screen-2\:OPfKZaQphKzc0MqX8D6ho {
      flex:1;
    }

    .fglHxy {
      width:100%;
      flex-wrap:wrap;
      align-items:center;
      flex-direction:row;
      justify-content:space-between;
    }

    .Retail-Screen-2\:OilFzWECb7qTGyLVP-3XT {
      cursor:pointer;
    }

    .bnyQcW {
      width:100%;
      cursor:pointer;
      height:100%;
      position:absolute;
    }

    .qYgHP {
      color:transparent;
      width:100%;
      font-size:38px;
      font-family:Inter, sans-serif;
      font-weight:600;
      line-height:130%;
      background-clip:text;
      background-image:linear-gradient(93.13deg, #151A30 -7.43%, #243581 45.7%);
      -webkit-background-clip:text;
    }

    @media (max-width: 520px) {

    .qYgHP {
      font-size:48px;
      line-height:110%;
    }
    }

    .Retail-Screen-2\:PsG6LW54UMLLMiafRpccD {
      width:100%;
    }

    .etxUsc {
      flex:1;
      color:var(--drf-primary, #242E54);
      font-size:14px;
      font-family:CircularStd, sans-serif;
      font-weight:var(--font-weight-normal);
    }

    .Retail-Screen-2\:QIrzovxVvmnwAYnV15zFc {
      align-items:center;
      flex-shrink:1;
      padding-left:0px;
      padding-right:0px;
      justify-content:start;
    }

    .Retail-Screen-2\:QJvppuyrbbdmZIN9K66Gb {
      display:none;
    }

    .dtWWEw {
      gap:10px;
      color:var(--drf-primary, #242E54);
      width:100%;
      cursor:pointer;
      display:flex;
      font-size:18px;
      align-items:center;
      font-family:CircularStd, sans-serif;
      font-weight:500;
      line-height:23.4px;
      padding-top:16px;
      border-color:var(--drf-primary, #242E54);
      border-style:solid;
      border-width:2px;
      padding-left:24px;
      border-radius:50px;
      padding-right:24px;
      flex-direction:row;
      padding-bottom:16px;
      justify-content:center;
      background-color:var(--drf-white, #FFFFFF);
    }

    .Retail-Screen-2\:RFg5d1gY3PhjCDqaos5uf {
      width:100%;
    }

    .eOQVkA {
      flex:1;
      text-align:center;
    }

    .diFHKA {
      width:100%;
      height:5px;
      position:relative;
      max-width:600px;
      overflow-x:clip;
      transition:all 300ms ease 0ms ;
      align-items:start;
      border-radius:50px;
      justify-content:center;
      background-color:var(--gad-grey, #E9EAEE);
    }

    .bkfbnn {
      left:0px;
      width:var(--ProgressBar);
      height:100%;
      transition:all 500ms ease 0ms ;
      border-radius:50px;
      background-color:var(--drf-primary, #242E54);
    }

    .Retail-Screen-2\:S_VswDhBq7aWUfjXHNFox {
      position:relative;
      transition:all 500ms ease 0ms ;
    }

    .euKgkP {
      font-size:18px;
      align-items:center;
      justify-content:flex-start;
    }

    .Retail-Screen-2\:Sp2Mx4UbYShtEr-7DmLjz {
      align-items:center;
      flex-shrink:1;
      padding-left:20px;
      padding-right:20px;
      justify-content:center;
    }

    .bFUlCp {
      gap:10px;
      color:var(--drf-primary, #228395);
      z-index:100;
      font-size:18px;
      background:#F8F8F8;
      align-items:center;
      font-weight:500;
      line-height:23.4px;
      padding-top:40px;
      border-color:var(--drf-primary-25, #22839540);
      border-style:solid;
      border-width:1px;
      padding-left:40px;
      border-radius:6px;
      padding-right:40px;
      flex-direction:row;
      padding-bottom:40px;
      justify-content:center;
    }

    .dJVzoP {
      gap:24px;
      width:100%;
      height:100%;
      flex-grow:1;
      align-items:center;
      padding-left:20px;
      padding-right:20px;
      justify-content:start;
      background-color:var(--drf-white, #FFFFFF);
    }

    @media (max-width: 550px) {

    .dJVzoP {
      align-items:start;
      justify-content:start;
    }
    }

    .Retail-Screen-2\:Uie66pUjXxCJb_YqKwL7e {
      align-items:center;
      padding-left:20px;
      padding-right:20px;
      justify-content:center;
    }

    .bqUCBL {
      display:inline-block;
      text-align:center;
    }

    .cRQkUi {
      gap:5px;
      flex-direction:row;
    }

    .cZUgAf {
      width:50%;
      height:100%;
    }

    .Retail-Screen-2\:VyQuONfgD9rQLtQ5bfYIJ {
      flex:1;
    }

    .Retail-Screen-2\:W641oAb7fFvpP1Np3b1yy {
      align-items:center;
      flex-shrink:1;
      padding-left:20px;
      padding-right:20px;
      justify-content:center;
    }

    .bKPVXG {
      width:100%;
      display:none;
      margin-top:24px;
    }

    .Retail-Screen-2\:WXZcnO-WpH-Kd9eCk8k2T {
      align-items:center;
      flex-shrink:1;
      padding-left:0px;
      padding-right:0px;
      justify-content:start;
    }

    .Retail-Screen-2\:WZ0QwFHq3kd6NLhwF5mrh {
      align-items:center;
      flex-shrink:1;
      padding-left:20px;
      padding-right:20px;
      justify-content:center;
    }

    .Retail-Screen-2\:Wxmjov9uwOBUEGvN4TZhw {
      align-items:center;
      flex-shrink:1;
      padding-left:20px;
      padding-right:20px;
      justify-content:center;
    }

    .cCVvUd {
      width:100%;
      align-items:start;
      flex-direction:row;
      justify-content:start;
    }

    .Retail-Screen-2\:XM01i_2XAxC-kw4pHZyKX {
      align-items:center;
      padding-left:20px;
      padding-right:20px;
      justify-content:center;
    }

    .Retail-Screen-2\:XbldnC96svQ67A1btbSgL {
      cursor:pointer;
    }

    .Retail-Screen-2\:XepK032_ORdsRs_wNwyXF {
      align-items:center;
      flex-shrink:1;
      padding-left:20px;
      padding-right:20px;
      justify-content:start;
    }

    .fsYkLD {
      width:100%;
      display:flex;
      align-items:flex-start;
      flex-direction:row;
      justify-content:center;
    }

    .Retail-Screen-2\:XnhESDcBsL19I-1LjMBAe {
      align-items:center;
      flex-shrink:1;
      padding-left:20px;
      padding-right:20px;
      justify-content:start;
    }

    .Retail-Screen-2\:XssIkjcLoTfuyHLgBnHhh {
      width:100%;
    }

    .Retail-Screen-2\:Y2snRTyaDw2ih3R9KZ8oE {
      align-items:center;
      flex-shrink:1;
      padding-left:20px;
      padding-right:20px;
      justify-content:center;
    }

    .Retail-Screen-2\:Y9G-UnJn9vkcBMOMktgpw {
      flex:1;
    }

    .bFCrdL {
      flex:1;
      width:100%;
      height:100%;
      opacity:0;
      z-index:100;
      position:absolute;
      background-color:var(--drf-blue, #004BA8);
    }

    .Retail-Screen-2\:YP-SdqxY4dfCb4DvY1V2j {
      display:flex;
      align-items:center;
      flex-shrink:1;
      padding-left:0px;
      padding-right:0px;
      justify-content:start;
    }

    .bNyslz {
      width:auto;
      display:flex;
      align-items:center;
      flex-direction:row;
      justify-content:center;
    }

    .Retail-Screen-2\:YxwWmGHcZ2BMW_Oy0VFDc {
      align-items:center;
      flex-shrink:1;
      padding-left:0px;
      padding-right:0px;
      justify-content:start;
    }

    .dqCTxC {
      cursor:pointer;
      display:flex;
      flex-direction:column;
      background-color:var(--drf-white, #fff);
    }

    .dqCTxC:hover {
      color:var(--drf-white, #FFFFFF);
      cursor:pointer;
      background-color:var(--drf-primary-low, #242e547a);
    }

    .cmBBVl {
      flex:1;
      color:var(--drf-primary, #242E54);
      width:100%;
      font-size:14px;
      font-weight:var(--font-weight-normal);
    }

    .Retail-Screen-2\:Z4of4KtCopzNMTxaPJs7F {
      align-items:center;
      flex-shrink:1;
      padding-left:0px;
      padding-right:0px;
      justify-content:start;
    }

    .daOifa {
      width:78%;
    }

    .Retail-Screen-2\:ZQfzRPx5vIQez0fWkCKXF {
      width:100%;
    }

    .Retail-Screen-2\:ZevoB88JiZuyRACwNEXXK {
      align-items:center;
      padding-left:20px;
      padding-right:20px;
      justify-content:center;
    }

    .Retail-Screen-2\:ZoceCgZF05Q9tgnrv_A3d {
      width:100%;
    }

    .Retail-Screen-2\:Ztv6cF2gpwl8Cu2PA72YV {
      flex:1;
    }

    .Retail-Screen-2\:_2fHod-87VifTDQFxZ4X3 {
      align-items:center;
      flex-shrink:1;
      padding-left:20px;
      padding-right:20px;
      justify-content:center;
    }

    .eNtPXV {
      color:#151A30;
      font-size:14px;
      font-family:CircularStd, sans-serif;
      font-weight:400;
      line-height:150%;
      padding-top:15px;
      padding-bottom:15px;
      display:none;
    }

    .cViDpI {
      width:100%;
      display:flex;
      min-height:90vh;
      flex-direction:column;
      background-color:var(--drf-white, #FFFFFF);
    }

    .Retail-Screen-2\:aZ1gYJu0Z5AyXCrW6UQOo {
      align-items:center;
      flex-shrink:1;
      padding-left:20px;
      padding-right:20px;
      justify-content:center;
    }

    .Retail-Screen-2\:arTPTOjJ0OgV8m6JnwrPm {
      flex:1;
    }

    .cPhHqt {
      color:#151A30;
      font-size:28px;
      font-family:Inter, sans-serif;
      font-weight:var(--font-weight-bold);
      line-height:39px;
    }

    .cLdaXq {
      color:var(--drf-primary, #242E54);
      width:100%;
      height:192px;
      font-size:16px;
      font-weight:var(--font-weight-normal);
      padding-top:20px;
      padding-left:20px;
      border-radius:6px;
      padding-right:20px;
      padding-bottom:20px;
      background-color:var(--gad-button-light, #F8F8F8);
    }

    .cLdaXq::placeholder {
      color:#242e54a3;
      font-size:16px;
      font-weight:var(--font-weight-normal);
    }

    .Akeib {
      width:100%;
      height:100%;
      display:flex;
      z-index:2009;
      position:absolute;
      align-items:center;
      flex-direction:column;
      justify-content:center;
      background-color:#0000002e;
    }

    .Retail-Screen-2\:bEBtwvUxlA4E5IwGRaRjP {
      width:100%;
    }

    .Retail-Screen-2\:bqucjYsLnmTx57wAUn8WR {
      flex:1;
    }

    .bHNlnt {
      gap:24px;
      width:100%;
      height:100%;
      position:relative;
      flex-grow:1;
      max-width:600px;
      align-items:center;
      justify-content:center;
    }

    .dkkHfw {
      gap:10px;
      width:100%;
      display:none;
      flex-direction:row;
    }

    .Retail-Screen-2\:dwBYkXj41khDIhzXRoeJx {
      align-items:center;
      padding-left:20px;
      padding-right:20px;
      justify-content:center;
    }

    .blwty {
      flex:1;
      width:100%;
      height:100%;
      opacity:0;
      z-index:100;
      position:absolute;
      background-color:var(--drf-blue, #004BA8);
    }

    .dgGkib {
      gap:10px;
      flex:1;
      width:100%;
      display:flex;
      align-items:center;
      padding-top:0px;
      padding-bottom:0px;
      justify-content:flex-start;
    }

    .Retail-Screen-2\:epsCPzyDxEhN0uXYXxPCA {
      padding-left:20px;
      padding-right:20px;
    }

    .aNHCd {
      flex:1;
      color:var(--drf-primary, #228395);
      display:none;
      font-size:16px;
      font-weight:500;
      line-height:22px;
    }

    .Retail-Screen-2\:etjTpb2wzaiYHiU7lM1Gm {
      width:100%;
    }

    .Retail-Screen-2\:eyTpU3t6AUhox78Jajj2L {
      flex:1;
    }

    .Retail-Screen-2\:fOa5igAL96kTx-nqnXFXj {
      align-items:center;
      flex-shrink:1;
      padding-left:20px;
      padding-right:20px;
      justify-content:center;
    }

    .Retail-Screen-2\:g4BKVmwSL6l39LMnI3nVk {
      flex:1;
    }

    .Retail-Screen-2\:gfkeU30E5SDwaUX3fHtm9 {
      align-items:center;
      padding-left:20px;
      padding-right:20px;
      justify-content:center;
    }

    .eIlZOG {
      color:#353B4580;
      width:100%;
      display:flex;
      flex-wrap:wrap;
      font-size:16px;
      font-family:CircularStd, sans-serif;
      font-weight:500;
      line-height:22px;
      flex-direction:column;
    }

    @media (max-width: 570px) {

    .eIlZOG {
      width:80%;
    }
    }

    .DwAVM {
      left:0px;
      width:80px;
      height:80px;
      display:none;
      z-index:2000;
      position:fixed;
      background-color:#194de1;
    }

    .DwAVM.hide {
      display:none;
    }

    .Retail-Screen-2\:iSLR6EgECbRn4rVB9p0Ck {
      width:100%;
    }

    .Retail-Screen-2\:iT1OYgUs_4G3H1UaBxedu {
      cursor:pointer;
    }

    .CotdC {
      color:var(--gb-main, #005EB8);
      row-gap:10px;
      max-width:400px;
      background:#F8F8F8;
      column-gap:10px;
      align-items:center;
      padding-top:30px;
      padding-left:40px;
      padding-right:40px;
      padding-bottom:30px;
      justify-content:center;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .Retail-Screen-2\:jJz0TmFkRHUY13c7Zd9rZ {
      flex:1;
    }

    .Retail-Screen-2\:jKDl7Z7v-S1a027JvaLnJ {
      cursor:pointer;
    }

    .eHEriv {
      color:#242E54;
      font-size:18px;
      font-weight:900;
      line-height:100%;
      margin-right:3px;
    }

    .cnlItL {
      color:#242E5480;
      font-size:14px;
      font-family:CircularStd, sans-serif;
      font-weight:500;
      line-height:150%;
    }

    .Retail-Screen-2\:jVMp5ZBX7ORHEV63prClx {
      width:100%;
    }

    .jsApC {
      gap:10px;
      flex-direction:column;
    }

    .bQsJSV {
      flex:1;
      width:100%;
      row-gap:20px;
      flex-grow:1;
      max-width:600px;
      column-gap:20px;
      align-items:start;
      justify-content:center;
      background-color:var(--drf-white, #FFFFFF);
    }

    .cfqKRN {
      flex-direction:row;
    }

    .Retail-Screen-2\:kmAxSzci1nFnbf3j7mJRE {
      width:100%;
    }

    .xBlNc {
      gap:12px;
      display:flex;
      align-items:flex-start;
      justify-content:flex-start;
    }

    .cnlPVt {
      width:70%;
      height:100%;
    }

    .cIBkmM {
      color:#151A30;
      font-size:30px;
      font-family:Inter, sans-serif;
      font-weight:var(--font-weight-bold);
      line-height:39px;
    }

    .Retail-Screen-2\:leK-kWaeMDHFCS6B7pmKC {
      display:none;
    }

    .Retail-Screen-2\:ljjJoTSIZ1wWTMdPfayW4 {
      flex:1;
    }

    .fxfMAw {
      width:100%;
      object-fit:cover;
      border-radius:16px;
    }

    .bCSyll {
      width:100%;
      row-gap:10px;
      column-gap:10px;
      flex-direction:column;
    }

    .Retail-Screen-2\:mMyr6icZq8jNDpz-jRXqU {
      flex:1;
    }

    .Retail-Screen-2\:mVnzqileX7pVef1T6rWqv {
      align-items:center;
      flex-shrink:1;
      padding-left:0px;
      padding-right:0px;
      justify-content:start;
    }

    .Retail-Screen-2\:maVhnr19kkilTMY9_3vHm {
      flex:1;
    }

    .Retail-Screen-2\:nYYFXcxM4ravlZW6szlRw {
      align-items:center;
      flex-shrink:1;
      padding-left:20px;
      padding-right:20px;
      justify-content:center;
    }

    .jvpJd {
      color:var(--drf-primary, #242E54);
      width:100%;
      row-gap:10px;
      font-size:16px;
      column-gap:10px;
      align-items:start;
      font-weight:var(--font-weight-normal);
      padding-left:10px;
      border-radius:6px;
      padding-right:10px;
      justify-content:start;
      background-color:#ffffff;
    }

    .jvpJd::placeholder {
      color:#242e54a3;
      font-size:16px;
      font-weight:var(--font-weight-normal);
    }

    .Retail-Screen-2\:ocbKmfBiL6zcO3ESH-4-A {
      flex:1;
    }

    .Retail-Screen-2\:oeRxtHopeIboIelvbvUy5 {
      flex:1;
    }

    .Retail-Screen-2\:pP64NfcxuxlGuDt0J1sZW {
      display:flex;
      align-items:center;
      flex-shrink:1;
      padding-left:0px;
      padding-right:0px;
      justify-content:start;
    }

    .Retail-Screen-2\:pWN1zXSo-nBLcwv_ql2Bm {
      flex:1;
    }

    .Retail-Screen-2\:qNR67PUTGSS2nvvN9v6iJ {
      flex:1;
    }

    .dNkknx {
      padding-left:5px;
      padding-right:5px;
    }

    .dTCIWC {
      width:100%;
      display:flex;
      align-items:center;
      justify-content:flex-start;
    }

    .Retail-Screen-2\:qxeL0L-r_DT6uqqTQfxwl {
      align-items:center;
      flex-shrink:1;
      padding-left:0px;
      padding-right:0px;
      justify-content:start;
    }

    .eaHLkV {
      color:var(--drf-primary, #242E54);
      height:40px;
      font-size:14px;
      align-items:center;
      font-weight:400;
      padding-left:30px;
      padding-right:30px;
      flex-direction:row;
      justify-content:start;
    }

    .PJVFI {
      top:59px;
      width:100%;
      z-index:10;
      position:absolute;
      box-shadow:1px 4px 8px 0px #00000044;
      max-height:50vh;
      overflow-x:clip;
      overflow-y:auto;
      border-radius:6px;
      background-color:var(--drf-white, #fff);
    }

    .Retail-Screen-2\:rtgl1BgoYyzS7ayIe0ZqN {
      align-items:center;
      flex-shrink:1;
      padding-left:20px;
      padding-right:20px;
      justify-content:center;
    }

    .faMUBI {
      color:#151A30;
      font-size:14px;
      font-family:Inter, sans-serif;
      font-weight:400;
      line-height:20px;
    }

    .Retail-Screen-2\:sSZEUUTfWML2ZvWn8kiDy {
      cursor:pointer;
    }

    .Retail-Screen-2\:sc2MFmJfKwL0xFYaLdadD {
      cursor:pointer;
    }

    .cgcNcw {
      align-items:center;
      justify-content:center;
    }

    .enLHig {
      width:100%;
      position:relative;
      align-items:center;
      padding-left:20px;
      padding-right:20px;
      justify-content:center;
    }

    .Retail-Screen-2\:tSBUNHu3bijhP66riWNKL {
      align-items:center;
      flex-shrink:1;
      padding-left:0px;
      padding-right:0px;
      justify-content:start;
    }

    .Retail-Screen-2\:tdKoPUxn3Y4RkOIcPqN-A {
      width:100%;
    }

    .sagUY {
      flex:1;
      width:100%;
      height:100%;
      opacity:0;
      z-index:100;
      position:absolute;
      background:#477ab8;
    }

    .bBnJxz {
      color:var(--drf-primary, #228395);
      font-size:28px;
      font-weight:var(--font-weight-bold);
      line-height:39px;
    }

    .Retail-Screen-2\:u1p_VXWNPaw_16hWbISfh {
      cursor:pointer;
    }

    .fFGXkQ {
      width:100%;
      height:25vh;
      object-fit:cover;
      border-radius:16px;
    }

    @media (max-width: 430px) {

    .fFGXkQ {
      width:300px;
    }
    }

    @media (max-width: 768px) and (min-width: 430px) {

    .fFGXkQ {
      width:400px;
    }
    }

    .Retail-Screen-2\:vJNnZ48_-qYy8o3cxX7lk {
      align-items:center;
      flex-shrink:1;
      padding-left:20px;
      padding-right:20px;
      justify-content:center;
    }

    .eHKXgs {
      gap:24px;
      width:100%;
      flex-grow:1;
      max-width:600px;
      align-items:center;
      justify-content:center;
      background-color:var(--drf-white, #FFFFFF);
    }

    .bfDinR {
      gap:12px;
      width:100%;
    }

    .ebjAyu {
      gap:10px;
      flex-direction:row;
    }

    .Retail-Screen-2\:w1pKu0LtD-4Kzu093EZ7F {
      align-items:center;
      flex-shrink:1;
      padding-left:20px;
      padding-right:20px;
      justify-content:start;
    }

    .cjDNnj {
      color:var(--drf-primary);
      font-size:14px;
      font-weight:500;
    }

    .bbfRyd {
      width:50px;
      height:50px;
      display:flex;
      align-items:center;
      margin-bottom:10px;
      justify-content:center;
    }

    .Retail-Screen-2\:wR1LAbDgfsxcgHXfoRfSH {
      align-items:center;
      flex-shrink:1;
      padding-left:20px;
      padding-right:20px;
      justify-content:center;
    }

    .Retail-Screen-2\:wUqRjqLHTdrbBjTfKhCb9 {
      align-items:center;
      padding-left:20px;
      padding-right:20px;
      justify-content:center;
    }

    @media (max-width: 550px) {

    .Retail-Screen-2\:wUqRjqLHTdrbBjTfKhCb9 {
      padding-top:10vh;
    }
    }

    .Retail-Screen-2\:woV4kVn_rOiDomNXv8q3l {
      align-items:center;
      padding-left:20px;
      padding-right:20px;
      justify-content:center;
    }

    .fAuxhp {
      row-gap:10px;
      font-size:20px;
      column-gap:10px;
      align-items:center;
      font-weight:400;
      justify-content:center;
    }

    .cydbAG {
      width:100%;
      height:45vh1;
      object-fit:cover;
      border-radius:16px;
    }

    .fbtyFD {
      flex:1;
      width:100%;
      align-items:center;
      flex-direction:column;
      padding-bottom:20px;
      justify-content:center;
      background-color:var(--drf-white, #FFFFFF);
    }

    @media (max-width: 550px) {

    .fbtyFD {
      align-items:center;
      justify-content:start;
    }
    }

    .Retail-Screen-2\:xwIoZ_VinvkaYZJOo_7Hu {
      flex:1;
    }

    .Retail-Screen-2\:xyqICzf3TneQrGFiFeVv5 {
      align-items:center;
      padding-left:20px;
      padding-right:20px;
      justify-content:center;
    }

    .Retail-Screen-2\:yYk3G9rhQCxqXSZJWWuER {
      cursor:pointer;
    }

    .Retail-Screen-2\:yYypUSfH725jEdjts15fB {
      flex:1;
    }

    .Retail-Screen-2\:yhFJ2CH8ms8ohRirgdyZ7 {
      cursor:pointer;
    }

    .Retail-Screen-2\:yy1Ot_-khMp0V5_DnIViL {
      align-items:center;
      flex-shrink:1;
      padding-left:0px;
      padding-right:0px;
      justify-content:start;
    }

    .Retail-Screen-2\:yzHLt6LTiE--U2dMLRIHd {
      align-items:center;
      padding-top:50px;
      padding-left:20px;
      padding-right:20px;
      padding-bottom:50px;
      justify-content:center;
    }

    .Retail-Screen-2\:zDlZtRjLn7NJXf5wv2lLu {
      align-items:center;
      flex-shrink:1;
      padding-left:0px;
      padding-right:0px;
      justify-content:start;
    }

    .bKCpba {
      width:auto;
      height:auto;
      display:flex;
      background:#e6e6e6;
      margin-top:50px;
      align-items:center;
      padding-top:20px;
      padding-left:20px;
      padding-right:20px;
      padding-bottom:20px;
      justify-content:center;
      border-top-left-radius:10px;
      border-top-right-radius:10px;
      border-bottom-left-radius:10px;
      border-bottom-right-radius:10px;
    }

    .djWoiX {
      gap:24px;
      width:100%;
      height:100%;
      flex-grow:1;
      align-items:center;
      justify-content:center;
      background-color:var(--drf-white, #FFFFFF);
    }

    .Retail-Screen-2\:z_la_MmBGw1tJUEPzwRBQ {
      align-items:center;
      padding-left:20px;
      padding-right:20px;
      justify-content:center;
    }

    .Retail-Screen-2\:ziM3UP2O0bL0xZ424IwFr {
      align-items:center;
      padding-left:20px;
      padding-right:20px;
      justify-content:center;
    }

    .dgApaR {
      width:100%;
      height:8vh;
      align-items:center;
      justify-content:center;
      background-color:var(--drf-primary, #242E54);
    }

    .NSMtf {
      height:6vh;
    }

    .dRLxwp {
      width:100%;
      height:8vh;
      background-color:var(--drf-primary, #242E54);
    }